home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 121
/
FreelogMagazineJuilletAout2014-No121.iso
/
Outils
/
Adobe-Air
/
adobe-air_13.exe
/
[0]
/
setup.swf
/
scripts
/
ja$CSS_properties.as
< prev
next >
Wrap
Text File
|
2014-03-27
|
2KB
|
42 lines
package
{
import mx.resources.ResourceBundle;
public class ja$CSS_properties extends ResourceBundle
{
public function ja$CSS_properties()
{
super("ja","CSS");
}
override protected function getContent() : Object
{
return {
"Button-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
"h1-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
"h2-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
"Button-fontSize":"12",
"Button-paddingRight":"10",
"Application-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
"Button-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
"h1-fontWeight":"normal",
"h1-fontSize":"16",
"Application-fontSize":"12",
"h2-fontWeight":"normal",
"CheckBox-fontSize":"12",
"Button-paddingLeft":"10",
"CheckBox-fontFamilyMac":"Hiragino Kaku Gothic Pro W3,Lucida Grande, Verdana, Arial, _sans",
"h1-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
"h2-fontSize":"12",
"CheckBox-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
"h2-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans",
"formItemText-fontWeight":"normal",
"Button-fontWeight":"normal",
"Application-fontFamily":"MS UI Gothic,Lucida Grande, Verdana, Arial, _sans"
};
}
}
}